Component Operation - ToDoComponentManager.UpdateToDoItem

UpdateToDoItem(int itemId, string toDoText, Nullable dueDate) : void

Declaring type : ToDoSample.Service.ToDoComponentManager
Tags : componentoperation

Updates the text and due date of the ToDoItem with the given id.
itemId:  The id of the ToDo item to update.
toDoText:  The new ToDoItem text.
dueDate:  The new ToDoItem due date.

Thrown exceptions:

Consumed by Service operations:

Consumed by UI operations:

Used in UnitTests: